how to debug in php

47

how to debug in php -

ini_set('display_errors', 'On');
error_reporting(E_ALL);

Comments

Submit
0 Comments